Don't include gtkfilechooserprivate.h from the file chooser's tests
authorFederico Mena Quintero <federico@gnome.org>
Fri, 12 Apr 2013 01:40:05 +0000 (20:40 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Fri, 12 Apr 2013 01:40:05 +0000 (20:40 -0500)
We will make that file a fully private header; the tests have no
business poking inside the file chooser's internals at this point.

gtk/tests/filechooser.c

index 2ca7660bb28635e22e00d42e30bae7f21775eba6..e37babe46dd1d8ea173a39ee17e534ca43a85dbd 100644 (file)
@@ -33,7 +33,6 @@
 #include <string.h>
 #include <glib/gprintf.h>
 #include <gtk/gtk.h>
-#include "gtk/gtkfilechooserprivate.h"
 #include "gtk/gtkfilechooserdefault.h"
 #include "gtk/gtkfilechooserentry.h"